home *** CD-ROM | disk | FTP | other *** search
- #ifndef FWGXCFG_H
- #define FWGXCFG_H
-
- //========================================================================================
- //
- // File: FWGXCfg.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifdef FW_BUILD_MAC
- #define FW_SUPPORT_GX 1
- #endif
-
- #ifdef FW_BUILD_WIN
- // #define FW_SUPPORT_GX 1 Not yet!
- #endif
-
- #endif // FWGXCFG_H
-